public methods for application_configuration.c More...
Data Structures | |
| struct | applicationConfiguration |
Defines | |
| #define | DEFAULT_ENDPOINT 0xD7 |
| #define | DEFAULT_PROFILE_ID 0xD7D7 |
| #define | DEVICE_ID 0x4567 |
| #define | DEVICE_VERSION 0x89 |
| #define | LATENCY_NORMAL 0 |
| #define | LATENCY_FAST_BEACONS 1 |
| #define | LATENCY_SLOW_BEACONS 2 |
| #define | MAX_BINDING_CLUSTERS 32 |
Functions | |
| struct applicationConfiguration | getApplicationConfigurationForCoordinator () |
| struct applicationConfiguration | getApplicationConfigurationForRouter () |
| void | printApplicationConfiguration (struct applicationConfiguration ac) |
public methods for application_configuration.c
YOU ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY, TITLE, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT, NEGLIGENCE, STRICT LIABILITY, CONTRIBUTION, BREACH OF WARRANTY, OR OTHER LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL, SPECIAL, INDIRECT, PUNITIVE OR CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA, COST OF PROCUREMENT OF SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY CLAIMS BY THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF), OR OTHER SIMILAR COSTS.
| #define MAX_BINDING_CLUSTERS 32 |
Maximum number of clusters available for binding
| struct applicationConfiguration getApplicationConfigurationForCoordinator | ( | ) | [read] |
Creates an application configuration for a Coordinator. Modify the values in this for your application.
| struct applicationConfiguration getApplicationConfigurationForRouter | ( | ) | [read] |
Creates an application configuration for a Router. Modify the values in this for your application.
| void printApplicationConfiguration | ( | struct applicationConfiguration | ac | ) |
Displays the applicationConfiguration in a human readable format
| ac | the applicationConfiguration to print |
1.6.3